home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000291_news@newsmaster….columbia.edu _Mon Nov 17 22:26:22 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA11572
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 17 Nov 1997 22:26:22 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA20758
  7.     for kermit.misc@watsun; Mon, 17 Nov 1997 22:26:21 -0500 (EST)
  8. Path: news.columbia.edu!news.new-york.net!news-peer.gip.net!news.gsl.net!gip.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!feed1.news.erols.com!wdcpop.dra.net!news.dra.com!nntp.mainstreet.net!bug.rahul.net!rahul.net!a2i!hustle.rahul.net!rahul.net!a2i!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  9. From: dold@85.usenet.us.com
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: How to change MSKermit key mappings?
  12. Date: 17 Nov 1997 19:20:49 GMT
  13. Organization: a2i network
  14. Lines: 32
  15. Message-ID: <64q5eh$bfp$1@samba.rahul.net>
  16. References: <64ljlo$iai$1@nntp1.ba.best.com>
  17. Reply-To: dold@network.rahul.net
  18. NNTP-Posting-Host: foxtrot.rahul.net
  19. NNTP-Posting-User: dold
  20. X-Newsreader: TIN [version 1.2 PL2]
  21. X-Comment: Encoded From: line allows replies that preserve original subject
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8076
  23.  
  24. Tim Holmes (holmes@shell10.ba.best.com) wrote:
  25. : I am using MS-Kermit to connect to a Linux box from
  26. : a DOS machine across a serial line.  One difficulty I am 
  27. : having is that the F-keys seem to be different
  28. : on MS-Kermit's VT100, VT102, VT320, etc,
  29. : seem to be different from other implemenatations.
  30. : Some of the programs I use rely on the F-keys, so I would
  31. : like to change some of them.
  32.  
  33. Function keys, and everyone's insistence on emulating VT100 are at odds
  34. with each other, since a VT100 is really a very poor terminal ;-)
  35. There are oddities like PF keys, Gold keys, application keys...
  36.  
  37. MSKermit is more likely to be doing the correct thing, according to VT100
  38. spec, than are most other comm programs, which would rather bend to the
  39. whims of a popular application.
  40.  
  41. To wit, there are no function keys above f4 on a real vt100.
  42.  
  43.  
  44. That aside, I find that the following map set works for me:
  45.  
  46. define UKEY1 set key clear,set key \270 \008,set key \782 \008; BackSpace
  47. do UKEY1
  48. ; to match (ESIX 4.0.4) vt100 extended function keys to PC keyboard.
  49. ;            f5        f6        f7            f8            f9        f10
  50. define UKEY2 set key \319 \27Ot, set key \320 \27Ou, set key \321 \027Ov, set key \322 \027Ol, set key \323 \027Ow, set key \324 \027Ox
  51. do UKEY2
  52. -- 
  53. ---
  54. Clarence A Dold - dold@network.rahul.net
  55.                 - Pope Valley & Napa CA.